home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / resources / misc.inc < prev    next >
Text File  |  1998-06-24  |  286b  |  14 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/libraries.inc";
  3.  
  4. def MR_SERIALPORT = 0;
  5. def MR_SERIALBITS = 1;
  6. def MR_PARALLELPORT = 2;
  7. def MR_PARALLELBITS = 3;
  8.  
  9. def MR_ALLOCMISCRESOURCE = (LIB_BASE);
  10. def MR_FREEMISCRESOURCE = (LIB_BASE-LIB_VECTSIZE);
  11.  
  12. def MISCNAME = "misc.resource";
  13.  
  14.